home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1763 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.3 KB

  1. From: Kay Roemer <roemer@informatik.uni-frankfurt.de>
  2. Posted-Date: Mon, 25 Jul 94 11:19:15 MESZ
  3. Received-Date: Mon, 25 Jul 94 11:19:15 +0200
  4. Message-Id: <9407250919.AA19656@hera.rbi.informatik.uni-frankfurt.de>
  5. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  6. To: nox@jelal.north.de (Juergen Lock)
  7. Date: Mon, 25 Jul 94 11:19:15 MESZ
  8. In-Reply-To: <9407172345.AA00280@jelal.north.de>; from "Juergen Lock" at Jul 18, 94 1:45 am
  9. Mailer: Elm [revision: 70.85]
  10.  
  11. > > Well, I'm not taking of 30 characters, but about a screen full of them, ie
  12. > > about 80x25=2000! When I use modm0dev which polls at 5 times per second
  13. > > using a separate porcess I get much smaller hunks, about 500.
  14. >  thats on a 68000 right?  i guess you just found the `feature' that a
  15. > RAW tty read is slower copying stuff out of the receiver buffer than
  16. > data comes in at 19200 bps...  sounds unbelievable hmm? ;)  well, try this!
  17. > (relative to 10h6)
  18.  
  19. Your Bios IO / raw tty write / pipe speedup patches are actually a great deal!
  20.  
  21. 1) Serial IO is much faster now, data comes in small hunks.
  22. 2) IO to the console is pretty fast. Even with fasttext or vcon
  23.    scrolling upwards is substantially faster.
  24. 3) Pty/pipe througput is much higher. Try "rlogin localhost;
  25.    cat /usr/man/cat1/perl.1" with and without the patch and
  26.    you get the difference!
  27.  
  28. Thanks,
  29. Kay.
  30.  
  31.